services.jupyter.kernels.<name>.argv
Command and arguments to start the kernel.
- Type
list of string- Example
[ "{customEnv.interpreter}" "-m" "ipykernel_launcher" "-f" "{connection_file}" ]- Declared
- <nixpkgs/nixos/modules/services/development/jupyter/default.nix>